home *** CD-ROM | disk | FTP | other *** search
/ Windows 98 Secrets / Windows 98 Secrets Gold - Disc 1.iso / tools / textedit / winedit / wehelp.in_ / wehelp.in
Text File  |  1996-09-07  |  2KB  |  72 lines

  1. ; The EXTENSIONS section below maps the extension of the file being edited
  2. ; with a group of help files to try looking up the desired keyword in.
  3. ; For example, if a file "XYZ.C" is being edited, the help files in the
  4. ; SDKHELP section will be checked to lookup the desired data.
  5.  
  6. [EXTENSIONS]
  7. C=SDKHELP
  8. CPP=SDKHELP
  9. H=SDKHELP
  10. WBT=WIL
  11. WBM=WIL
  12. CPM=WIL
  13. MNU=WIL
  14. MNW=WIL
  15. WEB=WIL
  16. WIL=WIL
  17. DLL=WIL
  18. WEH=SAMPHLP
  19. NONE=DEFAULT
  20.  
  21.  
  22. ; This section merely contains a list of possible help files the user would like
  23. ; presented to him.  Edit at will.
  24. [HELPALL]
  25. HF1=TCWHELP.HLP
  26. HF2=API32WH.HLP
  27. HF4=WINEDIT.HLP
  28. HF5=WIL.HLP
  29. HF6=WINBATCH.HLP
  30.  
  31.  
  32.  
  33.  
  34. ; The sections below are all pointed to by the EXTENSIONS section.  The format
  35. ; of and entry is as follows:
  36. ;    HFx <equals> HelpFileName  HelpFileType
  37. ;
  38. ;  
  39. ; Although you may define all the types you wish, please use numbers above
  40. ; 99 to define your own provate formats (WWW reserves help file types
  41. ; 0 thru 99.   Currently defined HelpFileTypes are:
  42. ;    0  - Undefined
  43. ;    1  - Quick and dirty MessageBox help.   (See SAMPHLP.WEH example)
  44. ;    2  - Windows help file   - Use WinHelp function, pass keyword asis
  45. ;    3  - Executable help file - (Like DOS QH.EXE)
  46.  
  47. [SDKHELP]
  48. HF1=Api32WH.hlp 2
  49. HF2=MSC.HLP 2
  50.  
  51. [WIL]
  52. HF1=WIL.HLP 2
  53. HF2=WINBATCH.HLP 2
  54. HF3=WINEDIT.HLP 2
  55. HF4=win32net.hlp 2
  56. HF5=netware.hlp 2
  57. HF6=multinet.hlp 2
  58. HF7=netbasic.hlp 2
  59. HF8=tcptools.hlp 2
  60. HF9=webbatch.hlp 2
  61. HF10=wilx.hlp 2
  62. HF11=witzsrch.hlp 2
  63. HF12=wwwenv.hlp 2
  64.  
  65.  
  66. [SAMPHLP]
  67. HF1=SAMPHLP.WEH 1
  68.  
  69. [DEFAULT]
  70. HF1=WIL.HLP 2
  71. HF2=WINEDIT.HLP 2
  72.